runtime.mcache.alloc (field)
12 uses
runtime (current package)
malloc.go#L920: s = c.alloc[spc]
malloc.go#L931: s = c.alloc[spc]
malloc.go#L1088: span = c.alloc[tinySpanClass]
malloc.go#L1113: span = c.alloc[spc]
mcache.go#L45: alloc [numSpanClasses]*mspan // spans to allocate from, indexed by spanClass
mcache.go#L93: for i := range c.alloc {
mcache.go#L94: c.alloc[i] = &emptymspan
mcache.go#L149: s := c.alloc[spc]
mcache.go#L215: c.alloc[spc] = s
mcache.go#L266: for i := range c.alloc {
mcache.go#L267: s := c.alloc[i]
mcache.go#L292: c.alloc[i] = &emptymspan
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |